home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / syncrnet / sc19.zip / SC.ZIP / SYNCREG.DOC < prev    next >
Text File  |  1996-04-26  |  4KB  |  89 lines

  1. SyncRegistry 1.0 Documention
  2. -\-\-\-\-\-\-/-/-/-/-/-/-/-/
  3.  
  4. If you got this with SyncChat, you may be wondering, "What the hell is
  5. this?!".  Well, this is the doc for SyncRegistry.  SyncChat works hand in
  6. hand with SyncRegistry to provide users with an awesome user registry and
  7. allows your users to access it while they are chatting!
  8.  
  9. Since SyncRegistry is pretty small and simple, these docs will be short.
  10.  
  11. INSTALLATION
  12. ------------
  13.  
  14. First off, SyncRegistry was made to be used with SyncChat, but it can also be
  15. run as a stand alone registry.  Obviously, its best to run it with SyncChat
  16. AND as a stand alone registry.  That way, your users can look up profiles
  17. while they are in SyncChat or while they are in other areas of your BBS! 
  18.  
  19. NOTE: If you ALREADY have installed SyncChat 1.9 or greater, SyncRegistry
  20. is already installed!  (You may, however, wish to look over this file to be
  21. able to run SyncRegistry outside of SyncChat - i.e. at logon).
  22.  
  23. 1.  If you want to use this with SyncChat AND stand alone, copy the file
  24.     "SYNCREG.EXE" into your SyncChat directory (i.e. C:\SBBS\XTRN\SYNCCHAT).
  25.     (You may also want to copy SYNCREG.DOC here too).
  26. 2.  If you want to run SyncRegistry just as a stand alone registry, make a
  27.     separate directory for it (i.e. C:\SBBS\XTRN\SYNCREG).  Copy all files
  28.     you just unziped into this directory.
  29. 3.  Here are the settings in SCFG for SyncRegistry:
  30.  
  31.           ╔[■][?]════════════════════════════════════════════════════╗
  32.           ║                       SyncRegistry                       ║
  33.           ╠══════════════════════════════════════════════════════════╣
  34.           ║ │Name                       SyncRegistry                 ║
  35.           ║ │Internal Code              SYNCREG                      ║
  36. /-->      ║ │Start-up Directory         C:\SBBS\XTRN\SYNCREG         ║
  37. |         ║ │Command Line               SYNCREG.EXE                  ║
  38. |         ║ │Clean-up Command Line                                   ║
  39. |         ║ │Execution Cost             None                         ║
  40. |         ║ │Access Requirements                                     ║
  41. |         ║ │Execution Requirements                                  ║
  42. |         ║ │Multiple Concurrent Users  Yes                          ║
  43. |         ║ │Intercept I/O Interrupts   Yes                          ║
  44. |         ║ │Swap BBS out of Memory     Yes                          ║
  45. |         ║ │Modify User Data           No                           ║
  46. |         ║ │Execute on Event           No                           ║
  47. |         ║ │BBS Drop File Type         Synchronet      XTRN.DAT     ║
  48. |         ║ │Place Drop File In         Node Directory               ║
  49. |         ║ │Time Options...                                         ║
  50. |         ╚══════════════════════════════════════════════════════════╝
  51. |
  52. \----- This directory could also be your SyncChat directory. (See below)
  53.  
  54. 4.  If SyncRegistry is installed with SyncChat, obviously, just change the
  55.     Start-up Directory to whatever your SyncChat directory is
  56.     (i.e. C:\SBBS\XTRN\SYNCCHAT).
  57. 5.  You don't need to do anything special for SyncChat to use SyncRegistry,
  58.     it automatically installs.
  59. 6.  I recommend you edit your \SBBS\EXEC\LOGON.SRC (Add this to the end):
  60.  
  61.     compare_ars rest G or rest X or local
  62.     if_false
  63.       no_yes \1h\1yDo you want to enter \1cSynRegistry\1b
  64.       if_false
  65.         exec_xtrn syncreg
  66.         end_if
  67.       end_if
  68.  
  69.     Now your users will be able to enter SyncRegistry and add their profiles
  70.     (or look up profiles) when they logon!
  71. 7.  You're done!
  72.  
  73.  
  74. The source code for SyncRegistry is included with this archive!!  Have fun
  75. modding it :)  (refer to SYNCREG.C and MAKEFILE).
  76.  
  77. You can reach me any of the following ways:
  78.  
  79. Internet - gcd@silicon.net
  80. FIDOnet  - Prophet @ 1:102/854
  81. ITCnet   - Prophet @ 85:805/117
  82. Prophet  @ Dragonspear Castle BBS (818-240-9102 or 818-240-0318)
  83.  
  84. Well, have fun with this registry, I know lots of people have been looking
  85. for something like this!
  86.  
  87. -Prophet
  88.  
  89.